print { text "We'll now travel to Antares, a red giant star in Scorpius." }
wait { duration 2 }
renderflags { clear "constellations" }
labels { clear "constellations|stars" }
wait { duration 1 }
goto { time 8 distance 200 }
wait { duration 8.5 }
print { text "" }
goto { time 5 distance 10 }
wait { duration 5.0 }
print { text "Even though we are now 10 times farther from Antares than\nEarth is from the Sun, the massive red giant star still looms huge in the sky." }
wait { duration 4.0 }
print { text "Let's zoom out and get the big picture . . ." }
changedistance { duration 10.0 rate 2.0 }
select { object "Milky Way" }
print { text "We're viewing the entire Milky Way galaxy." }